func go/types.identicalInstance

2 uses

	go/types (current package)
		context.go#L72: 		if identicalInstance(orig, targs, e.orig, e.targs) {
		predicates.go#L434: func identicalInstance(xorig Type, xargs []Type, yorig Type, yargs []Type) bool {